inspector: Do not show transient nodes
authorBenjamin Otte <otte@redhat.com>
Mon, 2 Nov 2015 19:25:09 +0000 (20:25 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 2 Nov 2015 19:32:12 +0000 (20:32 +0100)
commit7cdfee71da41d4ed3c6e81b2695e4bb932e9cd6c
tree514e35aff8b96e71f5555cb953069ed16a6c7b30
parent81de33e906511de827682ea134d92e40429d023a
inspector: Do not show transient nodes

This is kind of a hack the way it's implemented, but it's necessary
for performance to ignore transient nodes as they get created all the
time (via gtk_style_context_save()) and invalidate the whole treeview.
And that causes resizes and redrawing of the treeview and performance of
the inspector would go down the drain now that we display a larger part
of the node tree.
gtk/inspector/gtktreemodelcssnode.c